home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 106 / CD-ROM 106.iso / essenc / lamemp3 / lamemp3_audacity.exe / install_script.iss
Encoding:
Text File  |  2004-03-29  |  2.9 KB  |  54 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Lame MP3
  5. AppVerName=Lame MP3
  6. AppId=Lame MP3
  7. DefaultDirName={pf}\Lame MP3
  8. DefaultGroupName=Lame MP3
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\about"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\COPYING"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\FILE_ID.DIZ"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\lame.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\lame_enc.dll"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\LICENSE"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\README"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\TODO"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\USAGE"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\ACM\lame.ico"; DestDir: "{app}\ACM"; Flags: ignoreversion 
  27. Source: "{app}\ACM\lame_acm.xml"; DestDir: "{app}\ACM"; Flags: ignoreversion 
  28. Source: "{app}\ACM\lameACM.acm"; DestDir: "{app}\ACM"; Flags: ignoreversion 
  29. Source: "{app}\ACM\LameACM.inf"; DestDir: "{app}\ACM"; Flags: ignoreversion 
  30. Source: "{app}\ACM\readme.txt"; DestDir: "{app}\ACM"; Flags: ignoreversion 
  31. Source: "{app}\ACM\TODO"; DestDir: "{app}\ACM"; Flags: ignoreversion 
  32. Source: "{app}\html\basic.html"; DestDir: "{app}\html"; Flags: ignoreversion 
  33. Source: "{app}\html\contributors.html"; DestDir: "{app}\html"; Flags: ignoreversion 
  34. Source: "{app}\html\examples.html"; DestDir: "{app}\html"; Flags: ignoreversion 
  35. Source: "{app}\html\history.html"; DestDir: "{app}\html"; Flags: ignoreversion 
  36. Source: "{app}\html\id3.html"; DestDir: "{app}\html"; Flags: ignoreversion 
  37. Source: "{app}\html\index.html"; DestDir: "{app}\html"; Flags: ignoreversion 
  38. Source: "{app}\html\lame.css"; DestDir: "{app}\html"; Flags: ignoreversion 
  39. Source: "{app}\html\modes.html"; DestDir: "{app}\html"; Flags: ignoreversion 
  40. Source: "{app}\html\node6.html"; DestDir: "{app}\html"; Flags: ignoreversion 
  41. Source: "{app}\html\presets.html"; DestDir: "{app}\html"; Flags: ignoreversion 
  42. Source: "{app}\html\switchs.html"; DestDir: "{app}\html"; Flags: ignoreversion 
  43. Source: "{app}\misc\lame.bat"; DestDir: "{app}\misc"; Flags: ignoreversion 
  44. Source: "{app}\misc\Lame.vbs"; DestDir: "{app}\misc"; Flags: ignoreversion 
  45. Source: "{app}\misc\lame4dos.bat"; DestDir: "{app}\misc"; Flags: ignoreversion 
  46. Source: "{app}\misc\lame_enc.ini"; DestDir: "{app}\misc"; Flags: ignoreversion 
  47. Source: "{app}\misc\lameGUI.html"; DestDir: "{app}\misc"; Flags: ignoreversion 
  48.  
  49. [Registry]
  50. Root: HKCU; Subkey: "Software\Audacity\Audacity\MP3"; ValueName: "MP3LibPath"; ValueType: String; ValueData: "{app}\lame_enc.dll"; Flags: uninsclearvalue dontcreatekey 
  51.  
  52. [Icons]
  53. Name: "{group}\Desinstalar - Lame MP3"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  54.